home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / NEWSOFT / AUGUST / FREEDIAL / !FDInstall / FreeDial / Stacks / AcornDCI4 / CSLIP < prev    next >
Text File  |  1996-02-08  |  412b  |  13 lines

  1. RMEnsure SLIPdriver 2.00 RMRun INet:Drivers.SLIPdriver
  2.  
  3. slattach +c +f <Inet$ModemDriver> <Inet$ModemPort> <Inet$ModemSpeed>
  4. ifconfig -e sl0 inet <Inet$LocalIP> <Inet$RemoteIP> netmask 0xffffff00 up
  5.  
  6. |
  7. | Setup the routing tables
  8. |
  9. If "<Inet$RouterIP>" = "" Then Set Inet$RouterIP <Inet$RemoteIP>
  10. If "<Inet$Error>" = "" Then route -e add default <Inet$RouterIP> 1
  11.  
  12. If "<Inet$Error>" <> "" Then Error <Inet$Error>
  13.